home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00253_Sc1.1.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  237 b   |  11 lines

  1. on mouseUp
  2.   if the memberNum of sprite 5 <> 0 then
  3.     if the movieTime of sprite 5 < 6000 then
  4.       set the movieTime of sprite 5 to 5070
  5.     else
  6.       set the movieTime of sprite 5 to 18756
  7.     end if
  8.     updateStage()
  9.   end if
  10. end
  11.